MindFusion.Mapping Programmer's Guide

LayerPresenter.ClipExclude Method (IList(Point))

See Also
 






Excludes the specified area from the current clip region.

Namespace: MindFusion.Mapping.Wpf
Assembly: MindFusion.Mapping.Wpf

 Syntax

C#  Copy Code

public void ClipExclude (
    IList<Point> points
)

Visual Basic  Copy Code

Public Sub ClipExclude( _
    points As IList(Of Point) _
)

 Parameters

points

A list of points specifying the area to exclude.

 See Also